Fix return type of w32_last_error.
authorEli Zaretskii <eliz@gnu.org>
Tue, 9 Oct 2012 18:10:16 +0000 (20:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 9 Oct 2012 18:10:16 +0000 (20:10 +0200)
commit58a62e63d35fc96cbd67b81a34283a8cad48111c
tree26541e600fe81024712391c18d645816a70af393
parent2c9f71567908a804ed3c3b29472f37221bf7b141
Fix return type of w32_last_error.

 src/w32fns.c (w32_last_error): Change the return value to DWORD, to
 match what GetLastError returns.  Explain better why the function is
 needed.
src/ChangeLog
src/w32fns.c